Sample Embedded ArcLearn Video in HTML
This is a simple example of a custom page you might create in one of
your
courses. It includes an embedded video; it could be an embedded
video clip. The page is just a simple HTML page that you can
create with text, pictures, etc. And, it also includes one
<iframe> frame for the video, which is a simple cut/paste.
Very easy. And, you can use just the right video or just the
right clip to convey the points that you require. Easy,
effective, and memorable. And, most important, right on target
for your situation.
For the techies: the iframe code looks like this; you just substitute
your selected video URL from ArcLearn.
<iframe
src="https://www.arclearn.com/video/streaming/TESTVIDEO2/test%20video.smooth.ism"
frameBorder="0" height="360" width="640"> </iframe>